'Declaration Public Overloads Sub PointsToUnits( _
ByVal pointsProvides points, in the image's coordinate space, to convert; returns the converted points, in the PDF page's coordinate space.() As System.Drawing.PointF, _
ByVal imageResolutionResolution of the image coordinate space.As Vintasoft.Imaging.Resolution _
)
public void PointsToUnits(
System.Drawing.PointF[] points,
Vintasoft.Imaging.Resolution imageResolution
)
public: void PointsToUnits(
System.Drawing.PointF[]* points,
Vintasoft.Imaging.Resolution imageResolution
)
public:
void PointsToUnits(
array<System.Drawing.PointF>^ points,
Vintasoft.Imaging.Resolution imageResolution
)
Parameters
- points
- Provides points, in the image's coordinate space, to convert; returns the converted points, in the PDF page's coordinate space.
- imageResolution
- Resolution of the image coordinate space.